home *** CD-ROM | disk | FTP | other *** search
/ Champak 74 / Volume 74 My Disc - Damaged.iso / Games / sketch.swf / scripts / DefineSprite_89 / frame_10 / PlaceObject3_84_7 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev    next >
Text File  |  2008-08-07  |  193b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    s += (ds - s) / 10;
  3.    s1 += (s - _xscale) / 2;
  4.    _xscale = _xscale + (s1 - _xscale) / 5;
  5.    _yscale = _xscale;
  6.    _rotation = Math.cos(_yscale / 30) * 5;
  7. }
  8.